home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Sample Code / Snippets / QuickTime / Simple Imagecompressor / GetQTCompressedPict.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-28  |  171 b   |  10 lines  |  [TEXT/KAHL]

  1. #ifndef _GETQTCOMPRESSEDPICT_H_
  2. #define _GETQTCOMPRESSEDPICT_H_
  3.  
  4. #define kMgrChoose 0
  5.  
  6. PicHandle GetQTCompressedPict( PixMapHandle myPixMap, SCParams *params ) ;
  7.  
  8.  
  9. #endif
  10.